home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stuart Little 2 Press Kit
/
Stuart Little 2 Press Kit.iso
/
pc
/
SL2.dxr
/
New Save Image Cast_167_Notes_SV_Thumb.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-24
|
249 b
|
22 lines
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end
on mouseDown me
global gPNOTES
if gPNOTES = 1 then
gPNOTES6 = 0
else
gPNOTES = 1
end if
end
on mouseUp me
sound(3).play(member("Shutter"))
updateStage()
end